home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / wor / disk0978.zip / DESCRIPT < prev    next >
Text File  |  1987-08-12  |  1KB  |  30 lines

  1. This disk contains two files:
  2.  
  3. Mmake.exe - a shareware "make" utility.
  4. Mmake.doc - text file manual for Mmake.exe.
  5.  
  6. Mmake is based on the Unix "make" utility and performs the same function.
  7. It is a programmer's utility that automates the process of compiling
  8. and linking programs.  It will work with any language and with any
  9. compiler and linker that can be run from the MS-DOS command line.
  10.  
  11. Mmake saves the time that is wasted by compiling files unnecessarily, 
  12. while preventing the errors that result when a programmer forgets to 
  13. recompile a module that has been changed.  When the program is ready to
  14. be recompiled, Mmake automatically determines which source files have
  15. been changed or affected by changes, and runs the commands necessary to
  16. re-make the program.
  17.  
  18. Usage:  Programming tool.
  19.  
  20. Requested donation:  $20.
  21.  
  22. NOTE:  The enclosed is version 1.2.  Last month I submitted version
  23. 1.1, which I later discovered has a bug in it.  Also, the enclosed
  24. version uses the dos PATH to search for files, unlike version 1.1.
  25.  
  26. Matthew Meighan
  27. MicroSystems
  28. P.O. Box 471
  29. Carbondale, IL  62901
  30.